home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2222 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  655 b 

  1. Path: navet.enator.se!usenet
  2. From: Enator A/S <ENATOR@ENATOR.DK>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Q:order of evaluation
  5. Date: 16 Jan 1996 15:35:27 GMT
  6. Organization: Enator A/S
  7. Message-ID: <4dggjv$vs6@navet.enator.se>
  8. References: <4dfhlu$a33$1@mhafn.production.compuserve.com>
  9. NNTP-Posting-Host: 193.162.31.48
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15. The precedence dominates over the grouping, so the grouping is only used 
  16. when the precedence of the operators are the same. () has the highest 
  17. precedence, so (i+=1) is evaluated first.
  18.  
  19. Hardy, ENATOR
  20.  
  21.